| GraphicsFormats package for Buoy |
|
RawPngExporter.SaveToFile Method
Exports a RawBitmap to a PNG file.

SaveToFile(
image
as RawBitmap,
f
as FileSystemItem)
Parameters
- image
- The RawBitmap to export.
- f
- A FileSystemItem that defines the destination of the image.
Remarks
This method can throw GraphicsFormatsException.
See Also
RawPngExporter Class